status
举一反三
- 【填空题】var status = 1; var msg; (status == 1) { msg = "Online"; } if (status == 2) { msg = "Away"; } { msg = "Offline"; }
- status
- 在Ubuntu Linux中,查看apache2服务器的状态的命令是( )。 A: systemctl status <br/>apache B: systemctl status <br/>apache2 C: systemctl apache <br/>status D: systemctl apache2<br/>status
- social status
- 在每个事件中创建一个名为status的字段,如果错误值是200,则在status字段中设置值,否则将状态值设置为Error。 A: | eval status = if(error == 200, OK, Error) B: | eval status = if(error == 200, "OK", "Error") C: | eval status = if(error = 200, "OK", "Error")