摘要:
var playerAction = process.argv[process.argv.length - 1]; console.log(playerAction); var random = Math.random() * 3; if (random < 1) { var computerAct 阅读全文
摘要:
procedure TFormTwo.Button1Click(Sender: TObject); begin if LowerCase(Edit1.Text) = LowerCase(str) then begin ShowMessage('验证码正确!'); end else begin Sho 阅读全文