首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > PHP和JavaScript脚本,请让你的服务器端(PHP)方法直接从JavaScript只需键入他们的名字。

PHP和JavaScript脚本,请让你的服务器端(PHP)方法直接从JavaScript只需键入他们的名字。

资 源 简 介

PHP and JavaScript script that enables you to call PHP methods direct from JavaScript just by typing their names. For example you can call PHP method that looks like this: class MySimpleMath { public function Addition($firstParam, $seccondParam) { $sum = $firstParam+$seccondParam; echo $sum; } } ...from JavaScript just with: MySimpleMath.Addition(1,2); And you will have as a result: "3" So simple is in it?

文 件 列 表

jAPI-Remote.php
license.txt
readme.txt
httpHandler
jAPI-CORE.php
js
jAPI.js
index.html
VIP VIP
0.220728s