XMLHttpRequest对象使用“POST”方法,需要设置“setRequestHeader” var getjson = function(){ var xhr = new XMLHttpRequest(); xhr.open("POST","ajax.php",true); //post方法需要设置header头"setRequestHea... php 2023-10-19 56 点赞 0 评论 84 浏览
Perl读写文件简单示例 ! usr bin perl -w use strict; print "please input a string n "; my $line = <STDI Perl编程 2022-04-09 110 点赞 1 评论 166 浏览