增加微信锁电量功能
This commit is contained in:
@@ -25,6 +25,11 @@ namespace ConsoleApplication666
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
ushort abb=0x6440;
|
||||
var gs1= BitConverter.GetBytes(abb);
|
||||
var f1= gs1[0];
|
||||
var f2= gs1[1];
|
||||
|
||||
bool NewResult = true || false;
|
||||
BigInteger hugeNumber = BigInteger.Parse("1234567890123456789012345678901234567890");
|
||||
var H= hugeNumber.ToByteArray();
|
||||
|
||||
Reference in New Issue
Block a user