我有后台返回的代码是这样子的
<h1>hello word</h1>
<script>
alert('hello word!');
</script>
我在前台如何用angularjs去解析到相应的界面呢?
暮色呼如
相关分类