30秒到达战场
setTimeout(function () {callback({username: 'xxx', age: 10});}, 10);}var App = React.createClass({getInitialState: function () {return {data: {}};},handleSubmit: function (model) {console.log(model);//TODO},componentDidMount: function () {loadCommentsFromServer('url', {}, function (data) {this.setState({data: data});}.bind(this));},render: function () {