Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Web): fix issue#795 #803

Closed
wants to merge 1 commit into from
Closed

Fix(Web): fix issue#795 #803

wants to merge 1 commit into from

Conversation

ZeddYu
Copy link
Contributor

@ZeddYu ZeddYu commented Sep 14, 2021

Fix(Web): fix issue#795

@github-actions
Copy link

📝 Docs preview for commit 19478a2 at: https://614049b10a9c976af904597c--modest-austin-48be4a.netlify.app

@ZeddYu ZeddYu closed this Sep 24, 2021
@ZeddYu
Copy link
Contributor Author

ZeddYu commented Sep 24, 2021

经讨论,关闭该 PR 。 #795

@summershrimp summershrimp reopened this Sep 24, 2021
@github-actions
Copy link

📝 Docs preview for commit 19478a2 at: https://614df09fe093ff0ad543b716--modest-austin-48be4a.netlify.app

- `" ` 对特殊字符串进行解析

由于 `?` 只能匹配一个字符,这种写法的意思是循环调用,分别匹配。我们将其进行分解来看:
我们可以使用字符串进行异或构造其他字符,我们将上述代码其进行分解来看:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我觉得这里比较合适的描述是:

对于PHP中的字符串,两个字符串异或的结果是将两个字符串逐位异或,返回一个新字符串。
我们可以使用不含有字母数字的字符串相互异或,来构造含有字母数字的字符串。我们将上述代码其进行分解来看:

@ZeddYu ZeddYu closed this by deleting the head repository Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web中PHP篇解析有误
2 participants