web / hybrid /html /kefu.html
epii-1
123
bcdcd19
raw
history blame
653 Bytes
<!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>