AngularJS 示例
尝试一下
您可以在线编辑示例,并点击按钮查看结果。
AngularJS 示例
<div ng-app="">
<p>姓名: <input type="text" ng-model="name"></p>
<p>您写了: {{ name }}</p>
</div>
尝试一下 »
您可以在线编辑示例,并点击按钮查看结果。
<div ng-app="">
<p>姓名: <input type="text" ng-model="name"></p>
<p>您写了: {{ name }}</p>
</div>
尝试一下 »
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]