jQuery Ajax PHP JSON
嗨,我只是在寻求一些建议/意见。
我正在开发一个具有 MySQL 后端的应用程序,它具有使用 jQuery 访问 PHP 页面的 HTML 页面,以 JSON 格式从 MySQL 返回数据。
现在,我需要知道这样工作有一个缺点。
我可以看到的主要优点是可以将表示层和数据访问层分开。因此,一旦我在 PHP 中设置了对象,它就会加快开发速度。
我能看到(或者我认为我能看到)的主要缺点之一是 Google 将无法看到 jQuery Ajax/JSON 插入的结果。
欢迎任何建议,提前致谢。
问候,安迪
Hi I'm just after some advice/input.
I'm developing an application that has a MySQL backend, it has HTML pages that use jQuery to access PHP pages returning the data from MySQL in JSON.
Now, what I need to know is there a disadvantage to working like this.
The main advantage I can see that I can seperate the presentation layer and data access layer. Therefore it speeds up development once I have setup the objects in PHP.
One of the main disadvantages I can see (or I think I can see) is that Google won't be able to see the results inserted by jQuery Ajax/JSON.
Open to any advice, thanks in advance.
Regards, Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈建议您让您的应用程序也能在没有 JavaScript 支持的情况下为用户工作。如果您这样做,您将拥有一个为使用 JavaScript 的访问者提供的快速应用程序,您将为不使用 JavaScript 的访问者提供一个可运行的应用程序,并且 Google 不会在对其建立索引时遇到任何问题。
I strongly recommend that you enable your application to work for users without JavaScript support as well. If you do that you'll have a quick application for your visitors with JavaScript, you'll have a working application for visitors without and Google won't have any problems indexing it.