提交 219ca867 编写于 作者: Q qq_36292543

Tue Mar 12 16:22:00 CST 2024 inscode

上级 243ac9b5
run = "php main.php"
language = "php"
[debugger]
program = "main.php"
<?php
echo "Hello, world!\n";
\ No newline at end of file
for ($i=32;$i<127;$i++){
if (!preg_match("/[a-zA-Z0-9@#%^&*:{}\-<\?>\"|`~\\\\]/" ,chr($i))){
echo chr($i);
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册