<script type="text/javascript"> | |
$.ajax({ | |
type: "GET", | |
url:"2级域名/index.php?s=api&c=api&m=template&name=kaquanbaike.html&format=jsonp", | |
dataType: "jsonp", | |
success: function(json){ | |
$("#xunruicms_news").html(json.msg); | |
}, | |
error: function(){ } | |
}); | |
</script> |