mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
20 lines
261 B
HTML
20 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
12313
|
|
<script>
|
|
(function(){
|
|
var $props = {
|
|
aaa:123
|
|
}
|
|
console.log($props.aaa);
|
|
})()
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html> |