For example, there is a button that can only be clicked when the first to tenth of each month is not. How to write it more elegantly
走同样的路,发现不同的人生
new Date().getDate() > 10
new Date().getDate()
new Date().getDate() > 10