比如说下面这个页面:
https://code.angularjs.org/1.4.7/docs/api/ngRoute/provider/$routeProvider
讲$routeProvider的when方法的route参数中,标识每个属性的类型的这些字符串是什么意思?
template – {string=|function()=}
{Array.
{string=|function()=} 中的 “function()=” 是什么意思?
{Array. 是什么意思?
{Object.
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
template 参数可以是写死的 string ,也可以是动态的 function,如: