26 lines
496 B
HTML
26 lines
496 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="stylesheet" href="http://at.alicdn.com/t/font_2604059_7fkd3tbt2kd.css">
|
|
</head>
|
|
<body>
|
|
<div class="bj"></div>
|
|
<button type="button" class="Click">点击打开</button>
|
|
</div>
|
|
|
|
</body>
|
|
<script src="index.js">
|
|
</script>
|
|
<script>
|
|
new Indexe(".bj", {
|
|
Popswitch: true,
|
|
title: "123"
|
|
|
|
}
|
|
)
|
|
</script>
|
|
|
|
</html> |