<html> <meta charset="utf-8"> <script> 外部すくりぷと </script> <script> すくりぷと </script> <div style="text-align:center;margin-top:40px;"ng-app="文字列表示"ng-controller="そのまま"> <h1 style="font-size:50px;">桜</h1> <div style="text-align:center;margin-top:40px;" ng-cloak><span style="font-size:30px;background-color:#ffeeff;">{{"この漢字は 「"+CHANGE+"」 と読みます"}}</span></div> <label for="name">読み:</label> <input id="name"name="name"type="text"ng-model="CHANGE"style="font-size:30px;"> <form style="margin-top:20px;"><input type="button"onclick="location.reload();"value="全てを消去"></form> </div> </html>
<script src="STUDY_html_006.js"></script>
<script>angular.module('文字列表示',[]) .controller('そのまま',['$scope',function($scope){}]); </script>
STUDY_html_006_A ▶[ Internet_Service.pdf \ sample_STUDY_html_006_A.pdf \ STUDY_html_006.js
サンプル・ダウンロード