三毛

Results 51 comments of 三毛

你是指这个吗? ```ts let name: { first: string; second: string; }; name = { first: 'John', second: 'Doe' }; ```

https://github.com/basarat/typescript-book/pull/318 原书作者应该是举的一个反例,即下文中的「但这并不意味着你可以使用 TypeScript 类来实现它们。」

还有其他问题,可以指出来

@guo6na633 在输入框中没做解析,只是把表情对应的字符输入到输入框中。

欢迎来个 PR ~

``` git clone npm install npm run dev ```

在微信正常展示出来?是指在微信浏览器中?