forked from lxm_flutter/json2dart
36 lines
848 B
HTML
36 lines
848 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
|
|
<title>hello_world</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" href="favicon.ico">
|
|
<script defer src="main.dart.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
<div id="input" class="textarea">
|
|
<div class="top">
|
|
将json粘贴至左边
|
|
</div>
|
|
<textarea id="json"></textarea>
|
|
<div>
|
|
<button id="format">点击</button>
|
|
</div>
|
|
</div>
|
|
<div id="output" class="textarea">
|
|
<div class="top"></div>
|
|
<textarea id="result"></textarea>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |