dongmubei7950 2016-11-14 15:16
浏览 83
已采纳

将txt文件转换为字符串,然后转换为数组,然后打印数组的每个单词

I am trying to convert a text file into a string, then into an array and then finaly print each of the values (words) into separate 'a' holders.

The .txt file contains one line of text.

I have tried it through a for loop, like so:

    $lines = file_get_contents('test.txt', FILE_USE_INCLUDE_PATH);
    $words = explode(" ", $lines);

    for ($x = 1; $x >= 100; $x++){
        print '<a id="word$x">'$words[$x]'</a>';
    }

But that doesnt work. I am sure that I am just missing something basic, but I have tried and failed so many times, that I need others opinions and advice.

  • 写回答

4条回答 默认 最新

  • dongtaochan0777 2016-11-14 15:19
    关注

    At first, don't forget about string concatenation: print '<a id="word'.$x.'">'.$words[$x].'</a>';

    If you need more, than only 100 words use $x < count($words) in your for

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器