摘要: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries Use the container-type property a value of size, inline-size, or normal. These 阅读全文
posted @ 2022-11-29 15:41 Zhentiw 阅读(67) 评论(0) 推荐(0) 编辑
摘要: Implement type IsPalindrome<T> to check whether a string or number is palindrome. For example: IsPalindrome<'abc'> // false IsPalindrome<121> // true 阅读全文
posted @ 2022-11-29 15:14 Zhentiw 阅读(9) 评论(0) 推荐(0) 编辑