請問如果我在讀入.CSV檔時,使用 dataArray = Split(Input$(LOF(1), #1), vbLf) dataArray = Split(Input$(LOF(1), #1), vbCRLf) 有什麼不同? input$與input有什麼差異?謝謝您