先上html代碼
成都網(wǎng)站制作、成都做網(wǎng)站的開發(fā),更需要了解用戶,從用戶角度來建設(shè)網(wǎng)站,獲得較好的用戶體驗。成都創(chuàng)新互聯(lián)公司多年互聯(lián)網(wǎng)經(jīng)驗,見的多,溝通容易、能幫助客戶提出的運營建議。作為成都一家網(wǎng)絡(luò)公司,打造的就是網(wǎng)站建設(shè)產(chǎn)品直銷的概念。選擇成都創(chuàng)新互聯(lián)公司,不只是建站,我們把建站作為產(chǎn)品,不斷的更新、完善,讓每位來訪用戶感受到浩方產(chǎn)品的價值服務(wù)。
<!DOCTYPE HTML> <html> <head> <link > <link rel="stylesheet" type="text/css" media="screen" > </head> <body> <div id="datetimepicker" class="input-append date"> <input type="text" id="w3s"></input> <span class="add-on"> <i data-time-icon="icon-time" data-date-icon="icon-calendar"></i> </span> </div> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"> </script> <script type="text/javascript" src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"> </script> <script type="text/javascript" src="http://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js"> </script> <script type="text/javascript" src="http://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.pt-BR.js"> </script> <script type="text/javascript"> $('#datetimepicker').datetimepicker({ format: 'yyyy-MM-dd hh:mm:ss' }); </script> <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ var time= $("#w3s").attr("value"); if(time != ""){ $.post("http://1.18.4.22:8000/recv/server", { post_time: time }); } }); }); </script> </head> <body> <button>http post</button> </body> <html>
server端 py代碼
def server_post(request): time = request.POST.get('post_time') if DEBUG: print type(time) print "%s:%s" % ("time", time)
提交完展現(xiàn)圖如下:
網(wǎng)頁題目:jquery通過post給服務(wù)端提交數(shù)據(jù),并且用Django獲取打印出來
文章轉(zhuǎn)載:http://www.rwnh.cn/article32/gcgipc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供用戶體驗、網(wǎng)站收錄、網(wǎng)站設(shè)計、網(wǎng)站內(nèi)鏈、虛擬主機、網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)