FECS

FECS 在线体验

代码检查 / 格式化,从未如此简单

/** * @file FECS test file * @author cgzero(cgzero@cgzero.com) */ /** * Say Hello * * @param {string} fecs the name to say hi */ function hello(name){ alert('Hello ' +name) }; hello('FECS')
fecs INFO Congratulations! Everything is OK!