File size: 653 Bytes
bcdcd19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>在线客服</title>
	<script type="text/javascript" src="https://3.molinsoft.com/jsCode?publishId=297eb8b371563e2a01717d2a0f504eac"></script>
	<style type="text/css">
		#xtOnlineServiceIcon{
			
		}
		body{
			text-transform: capitalize;
		}
	</style>
</head>
<body>
	<script type="text/javascript">
		window.onload=function(){
			var click = document.getElementById('xtOnlineServiceIcon');
			click.click();
		}
		// click.onclick=function(){
		// 	alert(11111111)
		// }
	</script>
</body>
</html>