【发布时间】:2012-08-23 08:40:05
【问题描述】:
此代码适用于 Chrome 和 Firefox,但不适用于 IE8 >
<script src="jquery-latest.js"></script>
<script type="text/javascript">
$.get("http://api.hostip.info/get_html.php", function(data){
alert("Data Loaded: " + data);
});
</script>
有什么建议吗?
【问题讨论】:
标签: jquery internet-explorer get