Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以做这样的事情:
<div ng-include="{{data}}Template"></div> -- 要求是在模板 URL 中附加一个常量字符串。
<div ng-include="{{data}}Template"></div>
是的,你可以这样做,
<div ng-include="data+'Template' "></div>