开发者 | tananaev |
---|---|
更新时间 | 2016年3月25日 04:17 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.4.2 |
版权: | Apache License, Version 2.0 |
版权网址: | 版权信息 |
<script> jQuery.post("http://localhost/wp-admin/admin-ajax.php", { action:"port_check", address:"8.8.8.8", port:80 }, function(result) { alert(result); }); </script>