美文网首页
2018-07-06(ajax)方法

2018-07-06(ajax)方法

作者: Mo_ham_med | 来源:发表于2018-07-06 16:11 被阅读0次

    ajax 方法

       $(document).ready(function(){
    
           $('#bu').click(function(){
    
                htmlobj = $ajax()
    
    
          })
    
    
    });
    
    
    
    //    html 代码  
    
         <div id = "myDiv">
                 <h2>Let AJAX change this text</h2>
         </div>
         <button id="bu" type= "button"> 
             MC丶小洲
          </button>
    
    
    

    相关文章

      网友评论

          本文标题:2018-07-06(ajax)方法

          本文链接:https://www.haomeiwen.com/subject/cgkbuftx.html