You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
969 B
29 lines
969 B
3 months ago
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
<TITLE> New Document </TITLE>
|
||
|
<META NAME="Generator" CONTENT="EditPlus">
|
||
|
<META NAME="Author" CONTENT="">
|
||
|
<META NAME="Keywords" CONTENT="">
|
||
|
<META NAME="Description" CONTENT="">
|
||
|
<link type="text/css" rel="styleSheet" href="./css/videoInput.css" />
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<div class="container">
|
||
|
<div class="videoInput">
|
||
|
<label>视频名称:</label>
|
||
|
<input placeholder="请输入视频名称" type="text" id="videoNameInput"/>
|
||
|
</div>
|
||
|
<div class="videoInput">
|
||
|
<label>视频地址:</label>
|
||
|
<input placeholder="请输入视频地址" type="text" id="videoInput"/>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script>
|
||
|
function callbackdata(){
|
||
|
return document.getElementById("videoInput").value+"#"+document.getElementById("videoNameInput").value;
|
||
|
}
|
||
|
</script>
|
||
|
</BODY>
|
||
|
</HTML>
|