Auto commit

无相关合并请求
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>InsCode</title>
</head>
<body>
<div class="container">
<img src="src/assets/logo.svg" alt="InsCode">
<div>欢迎来到 InsCode</div>
</div>
<script src="script.js"></script>
</body>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<input type="text"value="giao"style="color:#999">
<script>
var test=document.querySelector('div');
test.onclick=function(){
if(this.value==='giao'){
this.value='';
}
this.style.color='#333';
};
text.onblur=function(){
if(this.value===''){
this.value='giao';
}
this.style.color='#999';
};
</script>
</body>
</html>
\ No newline at end of file
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<input type="text"value="giao"style="color:#999">
<script>
var test=document.querySelector('div');
test.onclick=function(){
if(this.value==='giao'){
this.value='';
}
this.style.color='#333';
};
text.onblur=function(){
if(this.value===''){
this.value='giao';
}
this.style.color='#999';
};
</script>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部