我想webviewer在appinventor应用程序中集成一个组件.
webviewer
appinventor
我想要应用程序的POST东西已经准备好的PHP脚本.我不想用GET.所以PHP在服务器上看起来像:
POST
PHP
GET
<?php echo $_POST['value']; ?>
我的appinventor块看起来像:
这不起作用.任何帮助赞赏.谢谢.
编辑:第二次尝试.谢谢@YiWei.
php post android http app-inventor
android ×1
app-inventor ×1
http ×1
php ×1
post ×1