• 游客,欢迎来到米坛社区。
    米坛社区是大型中文智能穿戴设备交流社区,在这里交流你的极客思想,共同建造我们的智能世界
    为了更加方便的获取支持与帮助,请加入米坛社区官方QQ频道

米环7小程序 **[繁體+英文版]** 環間電子書v5.2

一天一考

LV0
普通成员
UID
345848
2023-07-08
23
1
感谢楼主的红包!

一天一考领取了您的红包获得了0.15生米粒
 

黄皮刺猬

LV0
普通成员
UID
360559
2023-07-29
51
1
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




中文书名?
 

liufei

LV0
普通成员
UID
343713
2023-07-06
94
1

繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




 

3490971392

LV0
普通成员
UID
342097
2023-07-04
30
2
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




6
 

SnChao

LV0
普通成员
UID
175525
2022-12-18
76
2
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




Y
 

劉子翊

LV0
普通成员
UID
244102
2023-04-02
222
14
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




 

云琛啊

LV0
普通成员
UID
461958
2023-10-10
5
0
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




哈哈
 

341612613

LV0
普通成员
UID
448135
2023-10-01
9
1
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




 

星尘落天

LV0
普通成员
UID
91838
2022-07-03
7
0
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




211
 

s109102呂紹祈

LV0
普通成员
UID
224291
2023-03-08
16
0
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




666
 

说得好我选择death

LV0
普通成员
UID
284975
2023-05-14
2
0
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




牛啊
 

糊涂的小葫芦

LV0
普通成员
UID
525628
2023-11-26
72
4
繁體版 環間電子書 v5.2.0

作者 @NEORUAA & @GiveMeFive


支持繁體[zh-TW]和英文

***
Q: 但電子書是經qjsc編譯的js bytecode(.bin)耶
怎麼改的?
A: 拿 hex editor 改的, bytecode 裏text/string是以utf16le儲存 (左右反轉, "轉" 8f 49 在bytecode裏會是 49 8f)

註: bytecode 中 string 的長度不能改變 (會有 read after the end of the buffer 錯誤
## qjsc20210327 編譯出來的 bytecode string 前面好像有個hex數值,代表string的長度, 但qjsc20200705 我不清楚)




1
 

*这是一则由 Google AdSense 自动推荐的广告,与本站无关,不对其真实性与可靠性负责