閱碼場 AIKit人工智能項(xiàng)目實(shí)戰(zhàn) TensorFlow篇
Object.defineProperties( person, {
? ?'property1' : {
? ? ? ?value: xxx,
? ? ? ?configurable: false, ?// 如果不寫默認(rèn) false
? ? ? ?writable: true,
? ? ? ?enumerable: true
? ?},
? ?'property2' : {
? ? ? ?value: xxx,
? ? ? ?configurable: false, ?// 如果不寫默認(rèn) false
? ? ? ?writable: true,
? ? ? ?enumerable: true
? ?}})
標(biāo)簽: