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

有没有办法设置不要对网址进行加空格? #155

Open
jerryc127 opened this issue Feb 17, 2020 · 1 comment
Open

有没有办法设置不要对网址进行加空格? #155

jerryc127 opened this issue Feb 17, 2020 · 1 comment

Comments

@jerryc127
Copy link

我在自己的网页引入了pangu

document.addEventListener('DOMContentLoaded', function() {
          pangu.spacingElementById('content-inner')
    })

发现会对网页进行加空格 导致不能识别
例如

https://xxxxx/自动加空格.html
会被断格
https://xxxxx/ 自动加空格 .html

@NeverBehave
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