php 获取user.home,userhome.php

require_once './function.php';

$json = do_post_request("http://localhost:9095/getusermessage");

$list = json_decode($json, true);

?>

W-M-Learning

var rootUrl = '';

181433622_qq

等级:LV 0

邮箱: 181433622@qq.com
所在地: 未填写

require_once './function.php';

$json = do_post_request("http://localhost:9095/getuserhistory");

$list = json_decode($json, true);

foreach ($list as $item){

echo '

'.$item['listenName'].''.$item['listenScore'].'

';

}

?>

require_once './function.php';

$json = do_post_request("http://localhost:9095/geterrorlisten");

$list = json_decode($json, true);

foreach ($list as $item){

echo '

'.$item['listenName'].''.$item['number'].''.$item['listenText'].''.$item['listenAnswer'].'

';

}

?>

$("#nav-user").addClass('active');

function onload(){

// var list1=document.getElementById("list1");

// var list2=document.getElementById("list2");

$.get(

"http://localhost:9095/getuserstatus",

{

},

function(data)

{

if(data){

// alert("yes");

// $('.log-or-sign').hide();

// list1.style.display="none";

// list2.style.display="block";

}

else{

// alert("no");

}

}

);

}

window.reload=onload();

function name_load(){

var name=document.getElementById("name");

$.get(

"http://localhost:9095/getusername",

{

},

function(data){

name.innerText=data;

}

)

}

window.reload=name_load();

function email_load(){

var email=document.getElementById("email");

$.get(

"http://localhost:9095/getuseremail",

{

},

function(data){

email.innerText=data;

}

)

}

window.reload=email_load();

function city_load(){

var city=document.getElementById("city");

$.get(

"http://localhost:9095/getusercity",

{

},

function(data){

city.innerText=data;

}

)

}

window.reload=city_load();

一键复制

编辑

Web IDE

原始数据

按行查看

历史

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值