参考代码
Dim dt As DataTable = DataTables("家具信息表")For Each dr As DataRow In dt.DataRows dr("名称拼音") = GetPy(dr("家具名称"))Next