Browse Source

scan bug

master
yibo 7 years ago
parent
commit
84ededdecf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      WinFormControl/UScanPanel.cs

+ 1
- 1
WinFormControl/UScanPanel.cs View File

@ -80,7 +80,7 @@ namespace WinFormControl
{
if (url.Contains("?"))
{
var arr = url.Split(new char[] { '?' }, StringSplitOptions.RemoveEmptyEntries);
var arr = url.Split(new char[] { '?' });
if (arr.Length > 1)
{
var list = arr[1].Split(new char[] { '&' }, StringSplitOptions.RemoveEmptyEntries);


Loading…
Cancel
Save