前言
網頁排版分為Flex、Grid還有早期的float,這篇我們要來介紹Flex的排版,Flex中分為外容器和內元件,
下圖解釋兩種的差異
Difficult:Easy
A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric characters include letters and numbers.
Given a string s, return true if it is a palindrome, or false otherwise.