lt div gt hoursTip lt div gt export default data return hoursTip: , , created this.getMycount , methods: getMycount:function let self this let date new Date if date.getHours gt amp amp date.getHours ...
2018-09-26 11:40 1 1552 推薦指數:
真是簡單的方法,感覺自己快成雲程序員了. ...
把時間戳轉成聊天時間(上午 10:00 、 昨天 14:00 、 3月15日 15:00) ...
export default class index extends Component { constructor() { super(); this.state = { ...
輸出 ...
js判斷早上好,上午好,下午好,傍晚好,晚上好 <script language="javaScript"> now = new Date(),hour = now.getHours() if(hour < 6){document.write("凌晨好!")} else ...