跨域访问错误提示The 'Access-Control-Allow-Origin' header contains the invalid value '*.phpwebhome.com'. Origin 'http://127.0.0.1' is therefore not allowed acc...
VMware虚拟机关机设置硬件配置硬盘扩容后启动虚拟机
fdisk -l #查看磁盘信息
fdisk /dev/sda #进入要挂载的磁盘
Command (m for help): p #打印分区信息,可以看到当前并没有分区
Command (m for help): n #创建一个新的分区
...
function JumpPost(){
var data = { "id": "ids","name": "张三" }
jspost("http://phpwebhome.com",data);
}
function jspost(URL, PARAMS) {
var temp = documen...