最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

還是代碼沒反應(yīng)的問題

<!DOCTYPE html >

<html xmlns="http://www.w3.org/1999/xhtml">

? ? <head>

? ? ? ? <title>使用load()方法異步請求數(shù)據(jù)</title>

? ? ? ? <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

? ? ? ? <link href="style.css" rel="stylesheet" type="text/css" />

? ? </head>

? ??

? ? <body>

? ? ? ? <div id="divtest">

? ? ? ? ? ? <div class="title">

? ? ? ? ? ? ? ? <span class="fl">我最愛吃的水果</span>?

? ? ? ? ? ? ? ? <span class="fr">

? ? ? ? ? ? ? ? ? ? <input id="btnShow" type="button" value="加載" />

? ? ? ? ? ? ? ? </span>

? ? ? ? ? ? </div>

? ? ? ? ? ? <ul></ul>?

? ? ? ? </div>

? ? ? ??

? ? ? ? <script type="text/javascript">

? ? ? ? ? ? $(function(){

? ? ? ? ? ? ? ? $("#btnShow").bind("click", function () {

? ? ? ? ? ? ? ? ? ? var $this=$(this);

? ? ? ? ? ? ? ? ? ? $("ul")

? ? ? ? ? ? ? ? ? ? .html("<img src='Images/Loading.gif' alt=''/>")

? ? ? ? ? ? ? ? ? ? .load("http://yifanck.cn/data/fruit_part.html",function(){

? ? ? ? ? ? ? ? ? ? ? ? $this.attr("disabled","true");

? ? ? ? ? ? ? ? ? ?});

? ? ? ? ? ? ? ? })

? ? ? ? ? ? });

? ? ? ? </script>

? ? </body>

</html>

看了很多提問都是跟這個有關(guān),但是沒看懂?

正在回答

2 回答

<script src="https://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>? ?http加一個s

0 回復(fù) 有任何疑惑可以回復(fù)我~

<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script> 這個http改成https

"http://yifanck.cn/data/fruit_part.html"??? 這個http也改成https? 就有用了

1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

石榴笑了 提問者

感謝~為了不被跨域的問題困擾,已經(jīng)把鏈接的網(wǎng)頁保存到本地了嘻嘻
2018-10-17 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

還是代碼沒反應(yīng)的問題

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號