如果要求格式为 {firstname}_{lastname}.js,我该如何命名我的文件?

What do I name my file if the format is asked to be {firstname}_{lastname}.js?

括号只是占位符还是应该包含在文件名中?

john_doe.js 对比 {john}_{doe}.js

它只是一个占位符,文件名应该是john_doe.js