MicroCommunityWeb/public/flow/test.html
2020-03-03 21:02:03 +08:00

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>