• Empleos
  • Sobre nosotros
  • profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
  • empresas
    • Inicio
    • Publicar vacante
    • Nuestro proceso
    • Precios
    • Pruebas Online
    • Nómina
    • Blog
    • Comercial
    • Calculadora de salario

0

163
Vistas
Leer una serie de números de un archivo txt en una matriz con JSON, pero ahora cada dígito está separado

Así que usé JSON para obtener una serie de números de .txt en una matriz en JavaScript, pero una vez que intento registrarlos con algo como console.log (testbodysnake [0] [0]) solo obtengo el corchete [ en lugar de el siguiente número.

 This is what it looks like in the .txt file [(400, 160)] [(400, 140)] [(400, 120)] [(400, 100)]
 The output is logged like this console.log(testbodysnake[0][0],testbodysnake[0][1], testbodysnake[0][2], testbodysnake[0][3], testbodysnake[0][4], testbodysnake[0][5], testbodysnake[0][6], testbodysnake[0][7], testbodysnake[0][8], testbodysnake[0][9], testbodysnake[0][10], testbodysnake[0][11]) [ ( 4 0 0 , 1 6 0 ) ]
 Getting the values from the .txt file <?php $handle = fopen ("testbodysnake.txt", "r"); $testbodysnake = []; while ( !feof($handle)) { $testbodysnake[] = fgets($handle); } fclose($handle); print_r($testbodysnake); ?>
 Getting the Values into the array var testbodysnake = []; var testbodysnake = <?php echo json_encode($testbodysnake); ?>;

¿Alguien sabe cómo puedo solucionar fácilmente este problema y hacer que la matriz lea los números como un todo? Cualquier ayuda sería apreciada

almost 3 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recomiéndame algunas ofertas
Necesito ayuda