NSScanner 待

NSDecimalNumber 处有个拓展

@interface NSScanner (NSDecimalNumberScanning)
- (BOOL)scanDecimal:(nullable NSDecimal *)dcm;
@end