https://english.stackexchange.com/questions/138239/between-with-and-or-or
https://www.aimpublishing.com/index.php?main_page=document_general_info\&products_id=51
这里的between A or B的用法是错误的。但是实际上有人会这么用,最近读3GPP的文档,看到一例。
误用的主要原因是前面使用了choice,既然选择,就是只能选择一个,而且是两个之间选择,所以大概的思路就是使用or。
但是,此时其实应该用either or,而不是between or。