主頁 > 知識(shí)庫 > HTML仿命令行界面具體實(shí)現(xiàn)

HTML仿命令行界面具體實(shí)現(xiàn)

熱門標(biāo)簽:最簡單的百度地圖標(biāo)注店鋪 禹州電話外呼系統(tǒng) 梧州地圖標(biāo)注app 青海保險(xiǎn)智能外呼系統(tǒng)商家 營口400電話申請(qǐng) AI外呼系統(tǒng) 價(jià)格 新鄉(xiāng)機(jī)器人外呼系統(tǒng) 水經(jīng)注萬能地圖標(biāo)注 錦州企業(yè)外呼系統(tǒng)
HTML部分

復(fù)制代碼
代碼如下:

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>WeChat Manager</title>
<link href="css/index.css" rel="stylesheet" type="text/css">
<script src="http://code.jquery.com/jquery-1.10.2.min.js">
</script>
<script>
$(document).ready(function(){
$(document).keyup(function(event){
if(event.keyCode ==13){
$.ajax({
type: "POST",
url: "ok.php",
data: "code="+$("#in").val(),
success: function(msg){
$("ul").append("<li>"+$("#in").val()+"</li>"); //將輸入的輸出到界面
$("ul").append("<li>"+msg+"</li>"); //獲取返回值并輸出
$("#in").val(""); //清空輸入框
$("#text").scrollTop($("#text").scrollTop()+32);//滾動(dòng)條拉到最下面,顯示出輸入框
}
});
}
});
$("#in")[0].focus();
});
</script>
</head>
<body>
<div class="window">
<div class="title">
<img src="css/1.jpg">
<span>Wechat Dos</span>
</div>
<div id="text">
<ul>
<li>Welcome...</li>
<li>login:</li>
</ul>
<input type="text" name="" id='in'>
</div>
</div>
</body>
</html>

CSS部分

復(fù)制代碼
代碼如下:

@charset "utf-8";
body {
background-color:#396DA5;
margin:0px;
padding:0px;
color:#fff;
font:"微軟雅黑";
font-size:14px;}
.window {
border:6px #ccc outset;
width:680px;
height:442px;
background-color:#000;
position:absolute;
top:40px;
left:68px;
overflow:hidden}
.title {
background-color:#08246B;
padding:2px;}
#text {
background-color:#000;
border-top:#ccc outset 2px;
height:420px;
overflow-y:scroll;}
ul {
margin:0px;
padding:0px;
list-style:none;}
input {
background-color:#000;
border:0;
color:#fff;
outline:none;
/*font-size:12px;*/
width:100%}

效果圖:

標(biāo)簽:懷化 青島 荊門 潮州 昭通 山南 延邊 哈密

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《HTML仿命令行界面具體實(shí)現(xiàn)》,本文關(guān)鍵詞  HTML,仿,命令行,界面,具體,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《HTML仿命令行界面具體實(shí)現(xiàn)》相關(guān)的同類信息!
  • 本頁收集關(guān)于HTML仿命令行界面具體實(shí)現(xiàn)的相關(guān)信息資訊供網(wǎng)民參考!
  • 企业400电话

    智能AI客服机器人
    15000

    在线订购

    合计11份范本:公司章程+合伙协议+出资协议+合作协议+股权转让协议+增资扩股协议+股权激励+股东会决议+董事会决议

    推薦文章