摘要:
var win = new Ext.Window({ title: 'My Window', width: 640, height: 400, preventBodyReset: true, html: '<h1>This should be the way you expect it!</h1>' 阅读全文
摘要:
var date = new Date(); var firstDay = new Date(date.getFullYear(), date.getMonth(), 1); var lastDay = new Date(date.getFullYear(), date.getMonth() + 1 阅读全文