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

最新的UEditor后端代码问题 #70

Open
heyunxu opened this issue Aug 23, 2020 · 2 comments
Open

最新的UEditor后端代码问题 #70

heyunxu opened this issue Aug 23, 2020 · 2 comments

Comments

@heyunxu
Copy link

heyunxu commented Aug 23, 2020

asp.net中,后台随机文件名生成时,实际随机数比配置多一位,随机中digit,最小值需要减去1,最大值使用digit本身值。

return rand.Next((int)Math.Pow(10, digit - 1),(int)Math.Pow(10, digit ));

@netpi
Copy link
Owner

netpi commented Aug 24, 2020

@heyunxu 可以提个pr修复么

@heyunxu
Copy link
Author

heyunxu commented Sep 4, 2020

@heyunxu 可以提个pr修复么

您好。
实在抱歉,我尝试Fork代码并修复。
但是我发现并没有.cs的文件了。
所以我也不知道应该如何进行pr修复。
非常抱歉。

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