the original rule is as follows
[1-9] {1} [0-9] {3}
now I want to rule out the result of 2035. How do I write it?
because I"m in a hurry, I can"t think for myself. Regularity is my weakness.
Thank you!
the original rule is as follows
[1-9] {1} [0-9] {3}
now I want to rule out the result of 2035. How do I write it?
because I"m in a hurry, I can"t think for myself. Regularity is my weakness.
Thank you!
Previous: Vue version 2 npm run build error Error: Unexpected "space" found.
Next: I use vue-cli to build the project, how to configure the online and developed domain name?
the map of Tetris is implemented in a two-dimensional array, and squares are also implemented in arrays, but I just don t understand how maps interact with squares. is how to know where the square is on the map. Besides, although the two-dimensional ...