This website works better with JavaScript
Home
Explore
Help
Sign In
chengc
/
tboss_oa_module
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
67907e1944
Branches
Tags
main
tboss_oa_mod...
/
lib
/
shared
/
models
/
json_helper.dart
json_helper.dart
112 B
History
Raw
1
2
/// JSON 解析辅助 — 将 int 或 String 值统一转为 String
String s(dynamic v) => v?.toString() ?? '';