0
商店恆定值是否有可能在價值或不變的食譜與指定的名稱所有的localStorage值來存儲,例如:在angularjs
username:$localstorage.get('M_NAME')
mem_id:$localstorage.get('MEMBER_ID')
position:$localstorage.get('M_POSITION')
我嘗試類似的東西:
.costant('client', {mem_id:$localstorage.get('MEMBER_ID')})
但tjis返回ReferenceError:$ localstorage未定義的錯誤
不,你不能這樣做 – ABOS