UNPKG

itcast-php-teacher6

Version:

this is a demo

8 lines 133 B
var fn = { name: 'phpopenfather', school: 'php@itcast', say: function() { console.log('悟空'); } } module.exports = fn