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

第二阶段最后一个功能加代码块,为什么的代码块加不上 #6

Open
greenteaone opened this issue Sep 20, 2018 · 1 comment

Comments

@greenteaone
Copy link

greenteaone commented Sep 20, 2018

_getProcessedContent(content){
return content
.replace(/&/g, "&")
.replace(/</g, "<")
.replace(/>/g, ">")
.replace(/"/g, """)
.replace(/'/g, "'")
.replace(/([\S\s]+?)/g, '$1')
}
加了断点,代码也运行到return了,但是就是没有加上code,这是怎么回事呢

@macc6579
Copy link

有报错信息吗

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

No branches or pull requests

2 participants