深度學(xué)習(xí) Kesci交子杯新網(wǎng)銀行金融科技挑戰(zhàn)賽AI指導(dǎo)(數(shù)據(jù)科學(xué)-金融時序方向)
示例二
let obj = {
? ?fn: function( a, b ){
? ? ? ?console.log( this )
? ?},
? ?child: {
? ? ? ?fn2: function(){
? ? ? ? ? ?console.log( this )
? ? ? ?}
? ?}}obj.fn( 1, 2 )obj.child.fn2()
標(biāo)簽: