@@ -0,0 +1,7 @@
import os
# 示例 3: 末尾路径为空
path = os.path.join("/home/user", "documents", "")
print(path) # 输出: /home/user/documents/
path = os.path.join("/home/user", "documents")
print(path) # 输出: /home/user/documents
The note is not visible to the blocked user.