Heim >Backend-Entwicklung >PHP-Tutorial >javascript - js 和 php交互问题

javascript - js 和 php交互问题

WBOY
WBOYOriginal
2016-06-06 20:45:06810Durchsuche

就是前端js发送数据给php处理,然后处理完之后接受php发送的返回结果,不用ajax,有其他的方法吗?

多谢!

回复内容:

就是前端js发送数据给php处理,然后处理完之后接受php发送的返回结果,不用ajax,有其他的方法吗?

多谢!

  1. iframe @公子 说的很明白了。

  2. Flash

iframe内嵌个表单提交到PHP页面并显示结果,JS读取iframe页面内的内容即可(注意是非跨域情况下)。不过这样就不是JS发送数据了..所以答案是没有...
ps. 你这关键词给的非常给力-。-估计是这个关键词的第一个问题吧....


经 @justjavac 大大提醒..还有Flash可以..不过既然可以推荐Flash方案的话..SilverlightJAVA 之类什么的大概也是可以的吧

xmlhttprequest 脚本化http 犀牛书18章

JSONP.不论你跨步跨域,全都搞定。非AJAX

https://github.com/hprose 这个可以跨域,而且使用很方便。

可以用angularJS(建议,如果不想用ajax的话),或者用iframe(不建议),不过如果不想用前端框架的话,还是用ajax方便。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn