Skip to content

Commit b99af42

Browse files
authored
Update README.md
1 parent af1c935 commit b99af42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MJExtension
4242
* [Coding](#Coding)
4343
* [Camel -> underline](#Camel_underline)
4444
* [NSString -> NSDate, nil -> @""](#NSString_NSDate)
45-
* [NSDate -> NSString](#NSDate -> NSString)
45+
* [NSDate -> NSString](#NSDate_NSString)
4646
* [More use cases](#More_use_cases)
4747

4848
---
@@ -551,9 +551,7 @@ Book *book = [Book mj_objectWithKeyValues:dict];
551551
NSLog(@"name=%@, publisher=%@, publishedTime=%@", book.name, book.publisher, book.publishedTime);
552552
```
553553
554-
### NSDate -> NSString
555-
556-
**模型转字典时, 修改 Date 类型至 String**
554+
### <a id="NSDate_NSString"></a> NSDate -> NSString【模型转字典时, 修改 Date 类型至 String】
557555
558556
```objc
559557
- (void)mj_objectDidConvertToKeyValues:(NSMutableDictionary *)keyValues {

0 commit comments

Comments
 (0)