手动调用run方法和普通方法调用没有区别

手动调用run方法和普通方法调用没有区别

posted @ 2019-02-11 14:54  lishisan  阅读(145)  评论(0编辑  收藏  举报
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}