Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

163
Views
¿Cómo leer un archivo de texto en una variable de cadena en JavaScript? He probado algunas de las soluciones que hay en Internet y ninguna ha funcionado.

He probado algunas de las soluciones que se ofrecen en Internet y ninguna ha funcionado. A continuación un par de lo que probé:

 var client = new XMLHttpRequest(); client.open('GET', '/foo.txt'); client.onreadystatechange = function() { alert(client.responseText); } client.send(); var fs = require("fs"); fs.readFile(".esc_jose.txt", function(text){ var textByLine = text.split("\n") });

usando el siguiente código, no obtengo datos de la alerta().

 var client = new XMLHttpRequest(); client.open('GET', '/esc_jose.txt'); client.onreadystatechange = function() { alert(client.responseText); } client.send();
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!