javascript - laravel和ant.design的问题

WBOY
Release: 2016-06-06 20:18:55
Original
1644 people have browsed it

我想请教一下,用ant来写前端页面配合laravel后端,它们的数据该如何交互呢?
如:使用组件 这里它是全部把HTML代码写进JS里的,那么laravel return view来的数据怎么办?
还是说只能使用ajax方式?

还有就是,用ant来写前端,是一个页面一个对应的JS还是全部把JS打包在一起?

回复内容:

我想请教一下,用ant来写前端页面配合laravel后端,它们的数据该如何交互呢?
如:使用组件 这里它是全部把HTML代码写进JS里的,那么laravel return view来的数据怎么办?
还是说只能使用ajax方式?

还有就是,用ant来写前端,是一个页面一个对应的JS还是全部把JS打包在一起?

return view 那是后端渲染。。。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template